home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / chdir < prev    next >
Text File  |  1991-04-09  |  654b  |  18 lines

  1.                                    CHDIR
  2.              Displays or changes the current working directory
  3.                           See also <MKDIR> <RMDIR>
  4.  
  5. COMMAND TYPE: Internal                  VERSION: 2.0 and up
  6.  
  7. USE: CHDIR [d:][path]
  8.  or  CD [d:][path]
  9.  
  10. d: path specifies the new drive and directory that will be made
  11.    current.
  12.  
  13. If no parameters are used then the current drive and directory are
  14. displayed.  The root directory is represented by "\".  A path
  15. beginning with \ is taken to be relative to the root directory, while
  16. any other path is relative to the current directory.  The parent
  17. directory can be abbreviated to ".."
  18.